net/http.http2pipe.b (field)
13 uses
net/http (current package)
h2_bundle.go#L3708: b http2pipeBuffer // nil when done reading
h2_bundle.go#L3730: p.b = b
h2_bundle.go#L3736: if p.b == nil {
h2_bundle.go#L3739: return p.b.Len()
h2_bundle.go#L3754: if p.b != nil && p.b.Len() > 0 {
h2_bundle.go#L3755: return p.b.Read(d)
h2_bundle.go#L3762: p.b = nil
h2_bundle.go#L3783: return p.b.Write(d)
h2_bundle.go#L3818: if p.b != nil {
h2_bundle.go#L3819: p.unread += p.b.Len()
h2_bundle.go#L3821: p.b = nil
h2_bundle.go#L6015: b: &http2dataBuffer{expected: req.ContentLength},
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |